projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebb894c
)
Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 5 May 2016 23:17:31 +0000
(19:17 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 6 May 2016 10:44:28 +0000
(06:44 -0400)
gtk/gtkmain.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmain.c
b/gtk/gtkmain.c
index 9a3b4ece7bc02d7507ab5f5b38d10fbf8aa4f3f3..6e8bf196e85f9ca10c80d6f524383c7d3f8fdc02 100644
(file)
--- a/
gtk/gtkmain.c
+++ b/
gtk/gtkmain.c
@@
-1797,7
+1797,7
@@
gtk_main_do_event (GdkEvent *event)
{
/* We handle exposes only on native windows, relying on the
* draw() handler to propagate down to non-native windows.
- * This is ok now that
we child windows always are
considered
+ * This is ok now that
child windows are always
considered
* (semi)transparent.
*/
if (gdk_window_has_native (event->expose.window))